<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF-%20turma%20C_arquivos/estilo.css">
<link rel="stylesheet" href="MF-%20turma%20C_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF-%20turma%20C_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF-%20turma%20C_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF-%20turma%20C_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF-%20turma%20C_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF-%20turma%20C_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Noite | C - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="40" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="142606" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;448984&nbsp;ALEXSANDRA MEDEIROS DE SOUSA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="448984" type="hidden"></td>
            
            <td id="colunaNotaAluno_448984_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_154" id="ci_AlunoAvaliacao_448984_154" value="" type="hidden">
                <input name="nr_Nota_448984_154" id="nr_Nota_448984_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_160" id="ci_AlunoAvaliacao_448984_160" value="" type="hidden">
                <input name="nr_Nota_448984_160" id="nr_Nota_448984_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_530" id="ci_AlunoAvaliacao_448984_530" value="" type="hidden">
                <input name="nr_Nota_448984_530" id="nr_Nota_448984_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_780" id="ci_AlunoAvaliacao_448984_780" value="" type="hidden">
                <input name="nr_Nota_448984_780" id="nr_Nota_448984_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_800" id="ci_AlunoAvaliacao_448984_800" value="" type="hidden">
                <input name="nr_Nota_448984_800" id="nr_Nota_448984_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_890" id="ci_AlunoAvaliacao_448984_890" value="" type="hidden">
                <input name="nr_Nota_448984_890" id="nr_Nota_448984_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_970" id="ci_AlunoAvaliacao_448984_970" value="" type="hidden">
                <input name="nr_Nota_448984_970" id="nr_Nota_448984_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_3330" id="ci_AlunoAvaliacao_448984_3330" value="" type="hidden">
                <input name="nr_Nota_448984_3330" id="nr_Nota_448984_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_1130" id="ci_AlunoAvaliacao_448984_1130" value="" type="hidden">
                <input name="nr_Nota_448984_1130" id="nr_Nota_448984_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_1140" id="ci_AlunoAvaliacao_448984_1140" value="" type="hidden">
                <input name="nr_Nota_448984_1140" id="nr_Nota_448984_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_1200" id="ci_AlunoAvaliacao_448984_1200" value="" type="hidden">
                <input name="nr_Nota_448984_1200" id="nr_Nota_448984_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_1620" id="ci_AlunoAvaliacao_448984_1620" value="" type="hidden">
                <input name="nr_Nota_448984_1620" id="nr_Nota_448984_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_448984_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_448984_1730" id="ci_AlunoAvaliacao_448984_1730" value="" type="hidden">
                <input name="nr_Nota_448984_1730" id="nr_Nota_448984_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;890042&nbsp;ANDERSON ANDRADE DE SOUSA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="890042" type="hidden"></td>
            
            <td id="colunaNotaAluno_890042_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_154" id="ci_AlunoAvaliacao_890042_154" value="" type="hidden">
                <input name="nr_Nota_890042_154" id="nr_Nota_890042_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_160" id="ci_AlunoAvaliacao_890042_160" value="" type="hidden">
                <input name="nr_Nota_890042_160" id="nr_Nota_890042_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_530" id="ci_AlunoAvaliacao_890042_530" value="" type="hidden">
                <input name="nr_Nota_890042_530" id="nr_Nota_890042_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_780" id="ci_AlunoAvaliacao_890042_780" value="" type="hidden">
                <input name="nr_Nota_890042_780" id="nr_Nota_890042_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_800" id="ci_AlunoAvaliacao_890042_800" value="" type="hidden">
                <input name="nr_Nota_890042_800" id="nr_Nota_890042_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_890" id="ci_AlunoAvaliacao_890042_890" value="" type="hidden">
                <input name="nr_Nota_890042_890" id="nr_Nota_890042_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_970" id="ci_AlunoAvaliacao_890042_970" value="" type="hidden">
                <input name="nr_Nota_890042_970" id="nr_Nota_890042_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_3330" id="ci_AlunoAvaliacao_890042_3330" value="" type="hidden">
                <input name="nr_Nota_890042_3330" id="nr_Nota_890042_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_1130" id="ci_AlunoAvaliacao_890042_1130" value="" type="hidden">
                <input name="nr_Nota_890042_1130" id="nr_Nota_890042_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_1140" id="ci_AlunoAvaliacao_890042_1140" value="" type="hidden">
                <input name="nr_Nota_890042_1140" id="nr_Nota_890042_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_1200" id="ci_AlunoAvaliacao_890042_1200" value="" type="hidden">
                <input name="nr_Nota_890042_1200" id="nr_Nota_890042_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_1620" id="ci_AlunoAvaliacao_890042_1620" value="" type="hidden">
                <input name="nr_Nota_890042_1620" id="nr_Nota_890042_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_890042_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_890042_1730" id="ci_AlunoAvaliacao_890042_1730" value="" type="hidden">
                <input name="nr_Nota_890042_1730" id="nr_Nota_890042_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;796160&nbsp;ANDREA SANTANA DOS SANTOS SOUSA
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="796160" type="hidden"></td>
            
            <td id="colunaNotaAluno_796160_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_154" id="ci_AlunoAvaliacao_796160_154" value="" type="hidden">
                <input name="nr_Nota_796160_154" id="nr_Nota_796160_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_160" id="ci_AlunoAvaliacao_796160_160" value="" type="hidden">
                <input name="nr_Nota_796160_160" id="nr_Nota_796160_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_530" id="ci_AlunoAvaliacao_796160_530" value="" type="hidden">
                <input name="nr_Nota_796160_530" id="nr_Nota_796160_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_780" id="ci_AlunoAvaliacao_796160_780" value="" type="hidden">
                <input name="nr_Nota_796160_780" id="nr_Nota_796160_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_800" id="ci_AlunoAvaliacao_796160_800" value="" type="hidden">
                <input name="nr_Nota_796160_800" id="nr_Nota_796160_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_890" id="ci_AlunoAvaliacao_796160_890" value="" type="hidden">
                <input name="nr_Nota_796160_890" id="nr_Nota_796160_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_970" id="ci_AlunoAvaliacao_796160_970" value="" type="hidden">
                <input name="nr_Nota_796160_970" id="nr_Nota_796160_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_3330" id="ci_AlunoAvaliacao_796160_3330" value="" type="hidden">
                <input name="nr_Nota_796160_3330" id="nr_Nota_796160_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_1130" id="ci_AlunoAvaliacao_796160_1130" value="" type="hidden">
                <input name="nr_Nota_796160_1130" id="nr_Nota_796160_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_1140" id="ci_AlunoAvaliacao_796160_1140" value="" type="hidden">
                <input name="nr_Nota_796160_1140" id="nr_Nota_796160_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_1200" id="ci_AlunoAvaliacao_796160_1200" value="" type="hidden">
                <input name="nr_Nota_796160_1200" id="nr_Nota_796160_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_1620" id="ci_AlunoAvaliacao_796160_1620" value="" type="hidden">
                <input name="nr_Nota_796160_1620" id="nr_Nota_796160_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796160_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796160_1730" id="ci_AlunoAvaliacao_796160_1730" value="" type="hidden">
                <input name="nr_Nota_796160_1730" id="nr_Nota_796160_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;117899&nbsp;BRENA FERREIRA DE SOUSA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="117899" type="hidden"></td>
            
            <td id="colunaNotaAluno_117899_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_154" id="ci_AlunoAvaliacao_117899_154" value="" type="hidden">
                <input name="nr_Nota_117899_154" id="nr_Nota_117899_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_160" id="ci_AlunoAvaliacao_117899_160" value="" type="hidden">
                <input name="nr_Nota_117899_160" id="nr_Nota_117899_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_530" id="ci_AlunoAvaliacao_117899_530" value="" type="hidden">
                <input name="nr_Nota_117899_530" id="nr_Nota_117899_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_780" id="ci_AlunoAvaliacao_117899_780" value="" type="hidden">
                <input name="nr_Nota_117899_780" id="nr_Nota_117899_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_800" id="ci_AlunoAvaliacao_117899_800" value="" type="hidden">
                <input name="nr_Nota_117899_800" id="nr_Nota_117899_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_890" id="ci_AlunoAvaliacao_117899_890" value="" type="hidden">
                <input name="nr_Nota_117899_890" id="nr_Nota_117899_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_970" id="ci_AlunoAvaliacao_117899_970" value="" type="hidden">
                <input name="nr_Nota_117899_970" id="nr_Nota_117899_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_3330" id="ci_AlunoAvaliacao_117899_3330" value="" type="hidden">
                <input name="nr_Nota_117899_3330" id="nr_Nota_117899_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_1130" id="ci_AlunoAvaliacao_117899_1130" value="" type="hidden">
                <input name="nr_Nota_117899_1130" id="nr_Nota_117899_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_1140" id="ci_AlunoAvaliacao_117899_1140" value="" type="hidden">
                <input name="nr_Nota_117899_1140" id="nr_Nota_117899_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_1200" id="ci_AlunoAvaliacao_117899_1200" value="" type="hidden">
                <input name="nr_Nota_117899_1200" id="nr_Nota_117899_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_1620" id="ci_AlunoAvaliacao_117899_1620" value="" type="hidden">
                <input name="nr_Nota_117899_1620" id="nr_Nota_117899_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_117899_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_117899_1730" id="ci_AlunoAvaliacao_117899_1730" value="" type="hidden">
                <input name="nr_Nota_117899_1730" id="nr_Nota_117899_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1297905&nbsp;BRUNO RAFAEL DO NASCIMENTO SILVA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1297905" type="hidden"></td>
            
            <td id="colunaNotaAluno_1297905_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_154" id="ci_AlunoAvaliacao_1297905_154" value="" type="hidden">
                <input name="nr_Nota_1297905_154" id="nr_Nota_1297905_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_160" id="ci_AlunoAvaliacao_1297905_160" value="" type="hidden">
                <input name="nr_Nota_1297905_160" id="nr_Nota_1297905_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_530" id="ci_AlunoAvaliacao_1297905_530" value="" type="hidden">
                <input name="nr_Nota_1297905_530" id="nr_Nota_1297905_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_780" id="ci_AlunoAvaliacao_1297905_780" value="" type="hidden">
                <input name="nr_Nota_1297905_780" id="nr_Nota_1297905_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_800" id="ci_AlunoAvaliacao_1297905_800" value="" type="hidden">
                <input name="nr_Nota_1297905_800" id="nr_Nota_1297905_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_890" id="ci_AlunoAvaliacao_1297905_890" value="" type="hidden">
                <input name="nr_Nota_1297905_890" id="nr_Nota_1297905_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_970" id="ci_AlunoAvaliacao_1297905_970" value="" type="hidden">
                <input name="nr_Nota_1297905_970" id="nr_Nota_1297905_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_3330" id="ci_AlunoAvaliacao_1297905_3330" value="" type="hidden">
                <input name="nr_Nota_1297905_3330" id="nr_Nota_1297905_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_1130" id="ci_AlunoAvaliacao_1297905_1130" value="" type="hidden">
                <input name="nr_Nota_1297905_1130" id="nr_Nota_1297905_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_1140" id="ci_AlunoAvaliacao_1297905_1140" value="" type="hidden">
                <input name="nr_Nota_1297905_1140" id="nr_Nota_1297905_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_1200" id="ci_AlunoAvaliacao_1297905_1200" value="" type="hidden">
                <input name="nr_Nota_1297905_1200" id="nr_Nota_1297905_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_1620" id="ci_AlunoAvaliacao_1297905_1620" value="" type="hidden">
                <input name="nr_Nota_1297905_1620" id="nr_Nota_1297905_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297905_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297905_1730" id="ci_AlunoAvaliacao_1297905_1730" value="" type="hidden">
                <input name="nr_Nota_1297905_1730" id="nr_Nota_1297905_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1279367&nbsp;CARLENE DA CONCEICAO COSTA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1279367" type="hidden"></td>
            
            <td id="colunaNotaAluno_1279367_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_154" id="ci_AlunoAvaliacao_1279367_154" value="" type="hidden">
                <input name="nr_Nota_1279367_154" id="nr_Nota_1279367_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_160" id="ci_AlunoAvaliacao_1279367_160" value="" type="hidden">
                <input name="nr_Nota_1279367_160" id="nr_Nota_1279367_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_530" id="ci_AlunoAvaliacao_1279367_530" value="" type="hidden">
                <input name="nr_Nota_1279367_530" id="nr_Nota_1279367_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_780" id="ci_AlunoAvaliacao_1279367_780" value="" type="hidden">
                <input name="nr_Nota_1279367_780" id="nr_Nota_1279367_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_800" id="ci_AlunoAvaliacao_1279367_800" value="" type="hidden">
                <input name="nr_Nota_1279367_800" id="nr_Nota_1279367_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_890" id="ci_AlunoAvaliacao_1279367_890" value="" type="hidden">
                <input name="nr_Nota_1279367_890" id="nr_Nota_1279367_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_970" id="ci_AlunoAvaliacao_1279367_970" value="" type="hidden">
                <input name="nr_Nota_1279367_970" id="nr_Nota_1279367_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_3330" id="ci_AlunoAvaliacao_1279367_3330" value="" type="hidden">
                <input name="nr_Nota_1279367_3330" id="nr_Nota_1279367_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_1130" id="ci_AlunoAvaliacao_1279367_1130" value="" type="hidden">
                <input name="nr_Nota_1279367_1130" id="nr_Nota_1279367_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_1140" id="ci_AlunoAvaliacao_1279367_1140" value="" type="hidden">
                <input name="nr_Nota_1279367_1140" id="nr_Nota_1279367_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_1200" id="ci_AlunoAvaliacao_1279367_1200" value="" type="hidden">
                <input name="nr_Nota_1279367_1200" id="nr_Nota_1279367_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_1620" id="ci_AlunoAvaliacao_1279367_1620" value="" type="hidden">
                <input name="nr_Nota_1279367_1620" id="nr_Nota_1279367_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279367_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279367_1730" id="ci_AlunoAvaliacao_1279367_1730" value="" type="hidden">
                <input name="nr_Nota_1279367_1730" id="nr_Nota_1279367_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1100207&nbsp;CARLOS ANTONIO PINTO BRAGA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1100207" type="hidden"></td>
            
            <td id="colunaNotaAluno_1100207_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_154" id="ci_AlunoAvaliacao_1100207_154" value="" type="hidden">
                <input name="nr_Nota_1100207_154" id="nr_Nota_1100207_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_160" id="ci_AlunoAvaliacao_1100207_160" value="" type="hidden">
                <input name="nr_Nota_1100207_160" id="nr_Nota_1100207_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_530" id="ci_AlunoAvaliacao_1100207_530" value="" type="hidden">
                <input name="nr_Nota_1100207_530" id="nr_Nota_1100207_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_780" id="ci_AlunoAvaliacao_1100207_780" value="" type="hidden">
                <input name="nr_Nota_1100207_780" id="nr_Nota_1100207_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_800" id="ci_AlunoAvaliacao_1100207_800" value="" type="hidden">
                <input name="nr_Nota_1100207_800" id="nr_Nota_1100207_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_890" id="ci_AlunoAvaliacao_1100207_890" value="" type="hidden">
                <input name="nr_Nota_1100207_890" id="nr_Nota_1100207_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_970" id="ci_AlunoAvaliacao_1100207_970" value="" type="hidden">
                <input name="nr_Nota_1100207_970" id="nr_Nota_1100207_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_3330" id="ci_AlunoAvaliacao_1100207_3330" value="" type="hidden">
                <input name="nr_Nota_1100207_3330" id="nr_Nota_1100207_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_1130" id="ci_AlunoAvaliacao_1100207_1130" value="" type="hidden">
                <input name="nr_Nota_1100207_1130" id="nr_Nota_1100207_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_1140" id="ci_AlunoAvaliacao_1100207_1140" value="" type="hidden">
                <input name="nr_Nota_1100207_1140" id="nr_Nota_1100207_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_1200" id="ci_AlunoAvaliacao_1100207_1200" value="" type="hidden">
                <input name="nr_Nota_1100207_1200" id="nr_Nota_1100207_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_1620" id="ci_AlunoAvaliacao_1100207_1620" value="" type="hidden">
                <input name="nr_Nota_1100207_1620" id="nr_Nota_1100207_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1100207_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1100207_1730" id="ci_AlunoAvaliacao_1100207_1730" value="" type="hidden">
                <input name="nr_Nota_1100207_1730" id="nr_Nota_1100207_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;135041&nbsp;CELIO FREIRE DE SOUSA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="135041" type="hidden"></td>
            
            <td id="colunaNotaAluno_135041_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_154" id="ci_AlunoAvaliacao_135041_154" value="" type="hidden">
                <input name="nr_Nota_135041_154" id="nr_Nota_135041_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_160" id="ci_AlunoAvaliacao_135041_160" value="" type="hidden">
                <input name="nr_Nota_135041_160" id="nr_Nota_135041_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_530" id="ci_AlunoAvaliacao_135041_530" value="" type="hidden">
                <input name="nr_Nota_135041_530" id="nr_Nota_135041_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_780" id="ci_AlunoAvaliacao_135041_780" value="" type="hidden">
                <input name="nr_Nota_135041_780" id="nr_Nota_135041_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_800" id="ci_AlunoAvaliacao_135041_800" value="" type="hidden">
                <input name="nr_Nota_135041_800" id="nr_Nota_135041_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_890" id="ci_AlunoAvaliacao_135041_890" value="" type="hidden">
                <input name="nr_Nota_135041_890" id="nr_Nota_135041_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_970" id="ci_AlunoAvaliacao_135041_970" value="" type="hidden">
                <input name="nr_Nota_135041_970" id="nr_Nota_135041_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_3330" id="ci_AlunoAvaliacao_135041_3330" value="" type="hidden">
                <input name="nr_Nota_135041_3330" id="nr_Nota_135041_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_1130" id="ci_AlunoAvaliacao_135041_1130" value="" type="hidden">
                <input name="nr_Nota_135041_1130" id="nr_Nota_135041_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_1140" id="ci_AlunoAvaliacao_135041_1140" value="" type="hidden">
                <input name="nr_Nota_135041_1140" id="nr_Nota_135041_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_1200" id="ci_AlunoAvaliacao_135041_1200" value="" type="hidden">
                <input name="nr_Nota_135041_1200" id="nr_Nota_135041_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_1620" id="ci_AlunoAvaliacao_135041_1620" value="" type="hidden">
                <input name="nr_Nota_135041_1620" id="nr_Nota_135041_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135041_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135041_1730" id="ci_AlunoAvaliacao_135041_1730" value="" type="hidden">
                <input name="nr_Nota_135041_1730" id="nr_Nota_135041_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;930872&nbsp;DARIO DOS SANTOS DANTAS
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="930872" type="hidden"></td>
            
            <td id="colunaNotaAluno_930872_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_154" id="ci_AlunoAvaliacao_930872_154" value="" type="hidden">
                <input name="nr_Nota_930872_154" id="nr_Nota_930872_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_160" id="ci_AlunoAvaliacao_930872_160" value="" type="hidden">
                <input name="nr_Nota_930872_160" id="nr_Nota_930872_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_530" id="ci_AlunoAvaliacao_930872_530" value="" type="hidden">
                <input name="nr_Nota_930872_530" id="nr_Nota_930872_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_780" id="ci_AlunoAvaliacao_930872_780" value="" type="hidden">
                <input name="nr_Nota_930872_780" id="nr_Nota_930872_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_800" id="ci_AlunoAvaliacao_930872_800" value="" type="hidden">
                <input name="nr_Nota_930872_800" id="nr_Nota_930872_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_890" id="ci_AlunoAvaliacao_930872_890" value="" type="hidden">
                <input name="nr_Nota_930872_890" id="nr_Nota_930872_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_970" id="ci_AlunoAvaliacao_930872_970" value="" type="hidden">
                <input name="nr_Nota_930872_970" id="nr_Nota_930872_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_3330" id="ci_AlunoAvaliacao_930872_3330" value="" type="hidden">
                <input name="nr_Nota_930872_3330" id="nr_Nota_930872_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_1130" id="ci_AlunoAvaliacao_930872_1130" value="" type="hidden">
                <input name="nr_Nota_930872_1130" id="nr_Nota_930872_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_1140" id="ci_AlunoAvaliacao_930872_1140" value="" type="hidden">
                <input name="nr_Nota_930872_1140" id="nr_Nota_930872_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_1200" id="ci_AlunoAvaliacao_930872_1200" value="" type="hidden">
                <input name="nr_Nota_930872_1200" id="nr_Nota_930872_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_1620" id="ci_AlunoAvaliacao_930872_1620" value="" type="hidden">
                <input name="nr_Nota_930872_1620" id="nr_Nota_930872_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930872_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930872_1730" id="ci_AlunoAvaliacao_930872_1730" value="" type="hidden">
                <input name="nr_Nota_930872_1730" id="nr_Nota_930872_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;601740&nbsp;DIEGO DAMASCENO SILVA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="601740" type="hidden"></td>
            
            <td id="colunaNotaAluno_601740_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_154" id="ci_AlunoAvaliacao_601740_154" value="" type="hidden">
                <input name="nr_Nota_601740_154" id="nr_Nota_601740_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_160" id="ci_AlunoAvaliacao_601740_160" value="" type="hidden">
                <input name="nr_Nota_601740_160" id="nr_Nota_601740_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_530" id="ci_AlunoAvaliacao_601740_530" value="" type="hidden">
                <input name="nr_Nota_601740_530" id="nr_Nota_601740_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_780" id="ci_AlunoAvaliacao_601740_780" value="" type="hidden">
                <input name="nr_Nota_601740_780" id="nr_Nota_601740_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_800" id="ci_AlunoAvaliacao_601740_800" value="" type="hidden">
                <input name="nr_Nota_601740_800" id="nr_Nota_601740_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_890" id="ci_AlunoAvaliacao_601740_890" value="" type="hidden">
                <input name="nr_Nota_601740_890" id="nr_Nota_601740_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_970" id="ci_AlunoAvaliacao_601740_970" value="" type="hidden">
                <input name="nr_Nota_601740_970" id="nr_Nota_601740_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_3330" id="ci_AlunoAvaliacao_601740_3330" value="" type="hidden">
                <input name="nr_Nota_601740_3330" id="nr_Nota_601740_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_1130" id="ci_AlunoAvaliacao_601740_1130" value="" type="hidden">
                <input name="nr_Nota_601740_1130" id="nr_Nota_601740_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_1140" id="ci_AlunoAvaliacao_601740_1140" value="" type="hidden">
                <input name="nr_Nota_601740_1140" id="nr_Nota_601740_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_1200" id="ci_AlunoAvaliacao_601740_1200" value="" type="hidden">
                <input name="nr_Nota_601740_1200" id="nr_Nota_601740_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_1620" id="ci_AlunoAvaliacao_601740_1620" value="" type="hidden">
                <input name="nr_Nota_601740_1620" id="nr_Nota_601740_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_601740_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_601740_1730" id="ci_AlunoAvaliacao_601740_1730" value="" type="hidden">
                <input name="nr_Nota_601740_1730" id="nr_Nota_601740_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;136234&nbsp;EDLANA SANTOS GONCALVES
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="136234" type="hidden"></td>
            
            <td id="colunaNotaAluno_136234_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_154" id="ci_AlunoAvaliacao_136234_154" value="" type="hidden">
                <input name="nr_Nota_136234_154" id="nr_Nota_136234_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_160" id="ci_AlunoAvaliacao_136234_160" value="" type="hidden">
                <input name="nr_Nota_136234_160" id="nr_Nota_136234_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_530" id="ci_AlunoAvaliacao_136234_530" value="" type="hidden">
                <input name="nr_Nota_136234_530" id="nr_Nota_136234_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_780" id="ci_AlunoAvaliacao_136234_780" value="" type="hidden">
                <input name="nr_Nota_136234_780" id="nr_Nota_136234_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_800" id="ci_AlunoAvaliacao_136234_800" value="" type="hidden">
                <input name="nr_Nota_136234_800" id="nr_Nota_136234_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_890" id="ci_AlunoAvaliacao_136234_890" value="" type="hidden">
                <input name="nr_Nota_136234_890" id="nr_Nota_136234_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_970" id="ci_AlunoAvaliacao_136234_970" value="" type="hidden">
                <input name="nr_Nota_136234_970" id="nr_Nota_136234_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_3330" id="ci_AlunoAvaliacao_136234_3330" value="" type="hidden">
                <input name="nr_Nota_136234_3330" id="nr_Nota_136234_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_1130" id="ci_AlunoAvaliacao_136234_1130" value="" type="hidden">
                <input name="nr_Nota_136234_1130" id="nr_Nota_136234_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_1140" id="ci_AlunoAvaliacao_136234_1140" value="" type="hidden">
                <input name="nr_Nota_136234_1140" id="nr_Nota_136234_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_1200" id="ci_AlunoAvaliacao_136234_1200" value="" type="hidden">
                <input name="nr_Nota_136234_1200" id="nr_Nota_136234_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_1620" id="ci_AlunoAvaliacao_136234_1620" value="" type="hidden">
                <input name="nr_Nota_136234_1620" id="nr_Nota_136234_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136234_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136234_1730" id="ci_AlunoAvaliacao_136234_1730" value="" type="hidden">
                <input name="nr_Nota_136234_1730" id="nr_Nota_136234_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228735&nbsp;EDSON NOGUEIRA BERNARDINO NETO
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1228735" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228735_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_154" id="ci_AlunoAvaliacao_1228735_154" value="" type="hidden">
                <input name="nr_Nota_1228735_154" id="nr_Nota_1228735_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_160" id="ci_AlunoAvaliacao_1228735_160" value="" type="hidden">
                <input name="nr_Nota_1228735_160" id="nr_Nota_1228735_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_530" id="ci_AlunoAvaliacao_1228735_530" value="" type="hidden">
                <input name="nr_Nota_1228735_530" id="nr_Nota_1228735_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_780" id="ci_AlunoAvaliacao_1228735_780" value="" type="hidden">
                <input name="nr_Nota_1228735_780" id="nr_Nota_1228735_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_800" id="ci_AlunoAvaliacao_1228735_800" value="" type="hidden">
                <input name="nr_Nota_1228735_800" id="nr_Nota_1228735_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_890" id="ci_AlunoAvaliacao_1228735_890" value="" type="hidden">
                <input name="nr_Nota_1228735_890" id="nr_Nota_1228735_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_970" id="ci_AlunoAvaliacao_1228735_970" value="" type="hidden">
                <input name="nr_Nota_1228735_970" id="nr_Nota_1228735_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_3330" id="ci_AlunoAvaliacao_1228735_3330" value="" type="hidden">
                <input name="nr_Nota_1228735_3330" id="nr_Nota_1228735_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_1130" id="ci_AlunoAvaliacao_1228735_1130" value="" type="hidden">
                <input name="nr_Nota_1228735_1130" id="nr_Nota_1228735_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_1140" id="ci_AlunoAvaliacao_1228735_1140" value="" type="hidden">
                <input name="nr_Nota_1228735_1140" id="nr_Nota_1228735_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_1200" id="ci_AlunoAvaliacao_1228735_1200" value="" type="hidden">
                <input name="nr_Nota_1228735_1200" id="nr_Nota_1228735_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_1620" id="ci_AlunoAvaliacao_1228735_1620" value="" type="hidden">
                <input name="nr_Nota_1228735_1620" id="nr_Nota_1228735_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228735_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228735_1730" id="ci_AlunoAvaliacao_1228735_1730" value="" type="hidden">
                <input name="nr_Nota_1228735_1730" id="nr_Nota_1228735_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;509381&nbsp;FABIANA DA SILVA SANTOS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="509381" type="hidden"></td>
            
            <td id="colunaNotaAluno_509381_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_154" id="ci_AlunoAvaliacao_509381_154" value="" type="hidden">
                <input name="nr_Nota_509381_154" id="nr_Nota_509381_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_160" id="ci_AlunoAvaliacao_509381_160" value="" type="hidden">
                <input name="nr_Nota_509381_160" id="nr_Nota_509381_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_530" id="ci_AlunoAvaliacao_509381_530" value="" type="hidden">
                <input name="nr_Nota_509381_530" id="nr_Nota_509381_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_780" id="ci_AlunoAvaliacao_509381_780" value="" type="hidden">
                <input name="nr_Nota_509381_780" id="nr_Nota_509381_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_800" id="ci_AlunoAvaliacao_509381_800" value="" type="hidden">
                <input name="nr_Nota_509381_800" id="nr_Nota_509381_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_890" id="ci_AlunoAvaliacao_509381_890" value="" type="hidden">
                <input name="nr_Nota_509381_890" id="nr_Nota_509381_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_970" id="ci_AlunoAvaliacao_509381_970" value="" type="hidden">
                <input name="nr_Nota_509381_970" id="nr_Nota_509381_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_3330" id="ci_AlunoAvaliacao_509381_3330" value="" type="hidden">
                <input name="nr_Nota_509381_3330" id="nr_Nota_509381_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_1130" id="ci_AlunoAvaliacao_509381_1130" value="" type="hidden">
                <input name="nr_Nota_509381_1130" id="nr_Nota_509381_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_1140" id="ci_AlunoAvaliacao_509381_1140" value="" type="hidden">
                <input name="nr_Nota_509381_1140" id="nr_Nota_509381_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_1200" id="ci_AlunoAvaliacao_509381_1200" value="" type="hidden">
                <input name="nr_Nota_509381_1200" id="nr_Nota_509381_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_1620" id="ci_AlunoAvaliacao_509381_1620" value="" type="hidden">
                <input name="nr_Nota_509381_1620" id="nr_Nota_509381_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_509381_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_509381_1730" id="ci_AlunoAvaliacao_509381_1730" value="" type="hidden">
                <input name="nr_Nota_509381_1730" id="nr_Nota_509381_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;891727&nbsp;FABIANA DO CARMO CANDIDO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="891727" type="hidden"></td>
            
            <td id="colunaNotaAluno_891727_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_154" id="ci_AlunoAvaliacao_891727_154" value="" type="hidden">
                <input name="nr_Nota_891727_154" id="nr_Nota_891727_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_160" id="ci_AlunoAvaliacao_891727_160" value="" type="hidden">
                <input name="nr_Nota_891727_160" id="nr_Nota_891727_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_530" id="ci_AlunoAvaliacao_891727_530" value="" type="hidden">
                <input name="nr_Nota_891727_530" id="nr_Nota_891727_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_780" id="ci_AlunoAvaliacao_891727_780" value="" type="hidden">
                <input name="nr_Nota_891727_780" id="nr_Nota_891727_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_800" id="ci_AlunoAvaliacao_891727_800" value="" type="hidden">
                <input name="nr_Nota_891727_800" id="nr_Nota_891727_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_890" id="ci_AlunoAvaliacao_891727_890" value="" type="hidden">
                <input name="nr_Nota_891727_890" id="nr_Nota_891727_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_970" id="ci_AlunoAvaliacao_891727_970" value="" type="hidden">
                <input name="nr_Nota_891727_970" id="nr_Nota_891727_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_3330" id="ci_AlunoAvaliacao_891727_3330" value="" type="hidden">
                <input name="nr_Nota_891727_3330" id="nr_Nota_891727_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_1130" id="ci_AlunoAvaliacao_891727_1130" value="" type="hidden">
                <input name="nr_Nota_891727_1130" id="nr_Nota_891727_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_1140" id="ci_AlunoAvaliacao_891727_1140" value="" type="hidden">
                <input name="nr_Nota_891727_1140" id="nr_Nota_891727_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_1200" id="ci_AlunoAvaliacao_891727_1200" value="" type="hidden">
                <input name="nr_Nota_891727_1200" id="nr_Nota_891727_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_1620" id="ci_AlunoAvaliacao_891727_1620" value="" type="hidden">
                <input name="nr_Nota_891727_1620" id="nr_Nota_891727_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_891727_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_891727_1730" id="ci_AlunoAvaliacao_891727_1730" value="" type="hidden">
                <input name="nr_Nota_891727_1730" id="nr_Nota_891727_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1383090&nbsp;FERNANDA DA SILVA CARIRI
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1383090" type="hidden"></td>
            
            <td id="colunaNotaAluno_1383090_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_154" id="ci_AlunoAvaliacao_1383090_154" value="" type="hidden">
                <input name="nr_Nota_1383090_154" id="nr_Nota_1383090_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_160" id="ci_AlunoAvaliacao_1383090_160" value="" type="hidden">
                <input name="nr_Nota_1383090_160" id="nr_Nota_1383090_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_530" id="ci_AlunoAvaliacao_1383090_530" value="" type="hidden">
                <input name="nr_Nota_1383090_530" id="nr_Nota_1383090_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_780" id="ci_AlunoAvaliacao_1383090_780" value="" type="hidden">
                <input name="nr_Nota_1383090_780" id="nr_Nota_1383090_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_800" id="ci_AlunoAvaliacao_1383090_800" value="" type="hidden">
                <input name="nr_Nota_1383090_800" id="nr_Nota_1383090_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_890" id="ci_AlunoAvaliacao_1383090_890" value="" type="hidden">
                <input name="nr_Nota_1383090_890" id="nr_Nota_1383090_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_970" id="ci_AlunoAvaliacao_1383090_970" value="" type="hidden">
                <input name="nr_Nota_1383090_970" id="nr_Nota_1383090_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_3330" id="ci_AlunoAvaliacao_1383090_3330" value="" type="hidden">
                <input name="nr_Nota_1383090_3330" id="nr_Nota_1383090_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_1130" id="ci_AlunoAvaliacao_1383090_1130" value="" type="hidden">
                <input name="nr_Nota_1383090_1130" id="nr_Nota_1383090_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_1140" id="ci_AlunoAvaliacao_1383090_1140" value="" type="hidden">
                <input name="nr_Nota_1383090_1140" id="nr_Nota_1383090_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_1200" id="ci_AlunoAvaliacao_1383090_1200" value="" type="hidden">
                <input name="nr_Nota_1383090_1200" id="nr_Nota_1383090_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_1620" id="ci_AlunoAvaliacao_1383090_1620" value="" type="hidden">
                <input name="nr_Nota_1383090_1620" id="nr_Nota_1383090_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1383090_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1383090_1730" id="ci_AlunoAvaliacao_1383090_1730" value="" type="hidden">
                <input name="nr_Nota_1383090_1730" id="nr_Nota_1383090_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;796270&nbsp;FRANCISCO CAMELO DE SOUZA NETO
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="796270" type="hidden"></td>
            
            <td id="colunaNotaAluno_796270_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_154" id="ci_AlunoAvaliacao_796270_154" value="" type="hidden">
                <input name="nr_Nota_796270_154" id="nr_Nota_796270_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_160" id="ci_AlunoAvaliacao_796270_160" value="" type="hidden">
                <input name="nr_Nota_796270_160" id="nr_Nota_796270_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_530" id="ci_AlunoAvaliacao_796270_530" value="" type="hidden">
                <input name="nr_Nota_796270_530" id="nr_Nota_796270_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_780" id="ci_AlunoAvaliacao_796270_780" value="" type="hidden">
                <input name="nr_Nota_796270_780" id="nr_Nota_796270_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_800" id="ci_AlunoAvaliacao_796270_800" value="" type="hidden">
                <input name="nr_Nota_796270_800" id="nr_Nota_796270_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_890" id="ci_AlunoAvaliacao_796270_890" value="" type="hidden">
                <input name="nr_Nota_796270_890" id="nr_Nota_796270_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_970" id="ci_AlunoAvaliacao_796270_970" value="" type="hidden">
                <input name="nr_Nota_796270_970" id="nr_Nota_796270_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_3330" id="ci_AlunoAvaliacao_796270_3330" value="" type="hidden">
                <input name="nr_Nota_796270_3330" id="nr_Nota_796270_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_1130" id="ci_AlunoAvaliacao_796270_1130" value="" type="hidden">
                <input name="nr_Nota_796270_1130" id="nr_Nota_796270_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_1140" id="ci_AlunoAvaliacao_796270_1140" value="" type="hidden">
                <input name="nr_Nota_796270_1140" id="nr_Nota_796270_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_1200" id="ci_AlunoAvaliacao_796270_1200" value="" type="hidden">
                <input name="nr_Nota_796270_1200" id="nr_Nota_796270_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_1620" id="ci_AlunoAvaliacao_796270_1620" value="" type="hidden">
                <input name="nr_Nota_796270_1620" id="nr_Nota_796270_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796270_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796270_1730" id="ci_AlunoAvaliacao_796270_1730" value="" type="hidden">
                <input name="nr_Nota_796270_1730" id="nr_Nota_796270_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;427790&nbsp;FRANCISCO JOSE SOUSA DE ARAUJO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="427790" type="hidden"></td>
            
            <td id="colunaNotaAluno_427790_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_154" id="ci_AlunoAvaliacao_427790_154" value="" type="hidden">
                <input name="nr_Nota_427790_154" id="nr_Nota_427790_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_160" id="ci_AlunoAvaliacao_427790_160" value="" type="hidden">
                <input name="nr_Nota_427790_160" id="nr_Nota_427790_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_530" id="ci_AlunoAvaliacao_427790_530" value="" type="hidden">
                <input name="nr_Nota_427790_530" id="nr_Nota_427790_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_780" id="ci_AlunoAvaliacao_427790_780" value="" type="hidden">
                <input name="nr_Nota_427790_780" id="nr_Nota_427790_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_800" id="ci_AlunoAvaliacao_427790_800" value="" type="hidden">
                <input name="nr_Nota_427790_800" id="nr_Nota_427790_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_890" id="ci_AlunoAvaliacao_427790_890" value="" type="hidden">
                <input name="nr_Nota_427790_890" id="nr_Nota_427790_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_970" id="ci_AlunoAvaliacao_427790_970" value="" type="hidden">
                <input name="nr_Nota_427790_970" id="nr_Nota_427790_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_3330" id="ci_AlunoAvaliacao_427790_3330" value="" type="hidden">
                <input name="nr_Nota_427790_3330" id="nr_Nota_427790_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_1130" id="ci_AlunoAvaliacao_427790_1130" value="" type="hidden">
                <input name="nr_Nota_427790_1130" id="nr_Nota_427790_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_1140" id="ci_AlunoAvaliacao_427790_1140" value="" type="hidden">
                <input name="nr_Nota_427790_1140" id="nr_Nota_427790_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_1200" id="ci_AlunoAvaliacao_427790_1200" value="" type="hidden">
                <input name="nr_Nota_427790_1200" id="nr_Nota_427790_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_1620" id="ci_AlunoAvaliacao_427790_1620" value="" type="hidden">
                <input name="nr_Nota_427790_1620" id="nr_Nota_427790_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_427790_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_427790_1730" id="ci_AlunoAvaliacao_427790_1730" value="" type="hidden">
                <input name="nr_Nota_427790_1730" id="nr_Nota_427790_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;135275&nbsp;GECEANE COSTA DOS SANTOS
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="135275" type="hidden"></td>
            
            <td id="colunaNotaAluno_135275_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_154" id="ci_AlunoAvaliacao_135275_154" value="" type="hidden">
                <input name="nr_Nota_135275_154" id="nr_Nota_135275_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_160" id="ci_AlunoAvaliacao_135275_160" value="" type="hidden">
                <input name="nr_Nota_135275_160" id="nr_Nota_135275_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_530" id="ci_AlunoAvaliacao_135275_530" value="" type="hidden">
                <input name="nr_Nota_135275_530" id="nr_Nota_135275_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_780" id="ci_AlunoAvaliacao_135275_780" value="" type="hidden">
                <input name="nr_Nota_135275_780" id="nr_Nota_135275_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_800" id="ci_AlunoAvaliacao_135275_800" value="" type="hidden">
                <input name="nr_Nota_135275_800" id="nr_Nota_135275_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_890" id="ci_AlunoAvaliacao_135275_890" value="" type="hidden">
                <input name="nr_Nota_135275_890" id="nr_Nota_135275_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_970" id="ci_AlunoAvaliacao_135275_970" value="" type="hidden">
                <input name="nr_Nota_135275_970" id="nr_Nota_135275_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_3330" id="ci_AlunoAvaliacao_135275_3330" value="" type="hidden">
                <input name="nr_Nota_135275_3330" id="nr_Nota_135275_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_1130" id="ci_AlunoAvaliacao_135275_1130" value="" type="hidden">
                <input name="nr_Nota_135275_1130" id="nr_Nota_135275_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_1140" id="ci_AlunoAvaliacao_135275_1140" value="" type="hidden">
                <input name="nr_Nota_135275_1140" id="nr_Nota_135275_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_1200" id="ci_AlunoAvaliacao_135275_1200" value="" type="hidden">
                <input name="nr_Nota_135275_1200" id="nr_Nota_135275_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_1620" id="ci_AlunoAvaliacao_135275_1620" value="" type="hidden">
                <input name="nr_Nota_135275_1620" id="nr_Nota_135275_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135275_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135275_1730" id="ci_AlunoAvaliacao_135275_1730" value="" type="hidden">
                <input name="nr_Nota_135275_1730" id="nr_Nota_135275_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1941381&nbsp;GEYSON FELIPE DE ALMEIDA RAULINO
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1941381" type="hidden"></td>
            
            <td id="colunaNotaAluno_1941381_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_154" id="ci_AlunoAvaliacao_1941381_154" value="" type="hidden">
                <input name="nr_Nota_1941381_154" id="nr_Nota_1941381_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_160" id="ci_AlunoAvaliacao_1941381_160" value="" type="hidden">
                <input name="nr_Nota_1941381_160" id="nr_Nota_1941381_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_530" id="ci_AlunoAvaliacao_1941381_530" value="" type="hidden">
                <input name="nr_Nota_1941381_530" id="nr_Nota_1941381_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_780" id="ci_AlunoAvaliacao_1941381_780" value="" type="hidden">
                <input name="nr_Nota_1941381_780" id="nr_Nota_1941381_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_800" id="ci_AlunoAvaliacao_1941381_800" value="" type="hidden">
                <input name="nr_Nota_1941381_800" id="nr_Nota_1941381_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_890" id="ci_AlunoAvaliacao_1941381_890" value="" type="hidden">
                <input name="nr_Nota_1941381_890" id="nr_Nota_1941381_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_970" id="ci_AlunoAvaliacao_1941381_970" value="" type="hidden">
                <input name="nr_Nota_1941381_970" id="nr_Nota_1941381_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_3330" id="ci_AlunoAvaliacao_1941381_3330" value="" type="hidden">
                <input name="nr_Nota_1941381_3330" id="nr_Nota_1941381_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_1130" id="ci_AlunoAvaliacao_1941381_1130" value="" type="hidden">
                <input name="nr_Nota_1941381_1130" id="nr_Nota_1941381_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_1140" id="ci_AlunoAvaliacao_1941381_1140" value="" type="hidden">
                <input name="nr_Nota_1941381_1140" id="nr_Nota_1941381_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_1200" id="ci_AlunoAvaliacao_1941381_1200" value="" type="hidden">
                <input name="nr_Nota_1941381_1200" id="nr_Nota_1941381_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_1620" id="ci_AlunoAvaliacao_1941381_1620" value="" type="hidden">
                <input name="nr_Nota_1941381_1620" id="nr_Nota_1941381_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1941381_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1941381_1730" id="ci_AlunoAvaliacao_1941381_1730" value="" type="hidden">
                <input name="nr_Nota_1941381_1730" id="nr_Nota_1941381_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;590156&nbsp;GILBERTO OLIVEIRA DA SILVA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="590156" type="hidden"></td>
            
            <td id="colunaNotaAluno_590156_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_154" id="ci_AlunoAvaliacao_590156_154" value="" type="hidden">
                <input name="nr_Nota_590156_154" id="nr_Nota_590156_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_160" id="ci_AlunoAvaliacao_590156_160" value="" type="hidden">
                <input name="nr_Nota_590156_160" id="nr_Nota_590156_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_530" id="ci_AlunoAvaliacao_590156_530" value="" type="hidden">
                <input name="nr_Nota_590156_530" id="nr_Nota_590156_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_780" id="ci_AlunoAvaliacao_590156_780" value="" type="hidden">
                <input name="nr_Nota_590156_780" id="nr_Nota_590156_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_800" id="ci_AlunoAvaliacao_590156_800" value="" type="hidden">
                <input name="nr_Nota_590156_800" id="nr_Nota_590156_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_890" id="ci_AlunoAvaliacao_590156_890" value="" type="hidden">
                <input name="nr_Nota_590156_890" id="nr_Nota_590156_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_970" id="ci_AlunoAvaliacao_590156_970" value="" type="hidden">
                <input name="nr_Nota_590156_970" id="nr_Nota_590156_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_3330" id="ci_AlunoAvaliacao_590156_3330" value="" type="hidden">
                <input name="nr_Nota_590156_3330" id="nr_Nota_590156_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_1130" id="ci_AlunoAvaliacao_590156_1130" value="" type="hidden">
                <input name="nr_Nota_590156_1130" id="nr_Nota_590156_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_1140" id="ci_AlunoAvaliacao_590156_1140" value="" type="hidden">
                <input name="nr_Nota_590156_1140" id="nr_Nota_590156_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_1200" id="ci_AlunoAvaliacao_590156_1200" value="" type="hidden">
                <input name="nr_Nota_590156_1200" id="nr_Nota_590156_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_1620" id="ci_AlunoAvaliacao_590156_1620" value="" type="hidden">
                <input name="nr_Nota_590156_1620" id="nr_Nota_590156_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_590156_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_590156_1730" id="ci_AlunoAvaliacao_590156_1730" value="" type="hidden">
                <input name="nr_Nota_590156_1730" id="nr_Nota_590156_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;225609&nbsp;GRAZIELE FERREIRA DO VALE
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="225609" type="hidden"></td>
            
            <td id="colunaNotaAluno_225609_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_154" id="ci_AlunoAvaliacao_225609_154" value="" type="hidden">
                <input name="nr_Nota_225609_154" id="nr_Nota_225609_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_160" id="ci_AlunoAvaliacao_225609_160" value="" type="hidden">
                <input name="nr_Nota_225609_160" id="nr_Nota_225609_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_530" id="ci_AlunoAvaliacao_225609_530" value="" type="hidden">
                <input name="nr_Nota_225609_530" id="nr_Nota_225609_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_780" id="ci_AlunoAvaliacao_225609_780" value="" type="hidden">
                <input name="nr_Nota_225609_780" id="nr_Nota_225609_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_800" id="ci_AlunoAvaliacao_225609_800" value="" type="hidden">
                <input name="nr_Nota_225609_800" id="nr_Nota_225609_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_890" id="ci_AlunoAvaliacao_225609_890" value="" type="hidden">
                <input name="nr_Nota_225609_890" id="nr_Nota_225609_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_970" id="ci_AlunoAvaliacao_225609_970" value="" type="hidden">
                <input name="nr_Nota_225609_970" id="nr_Nota_225609_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_3330" id="ci_AlunoAvaliacao_225609_3330" value="" type="hidden">
                <input name="nr_Nota_225609_3330" id="nr_Nota_225609_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_1130" id="ci_AlunoAvaliacao_225609_1130" value="" type="hidden">
                <input name="nr_Nota_225609_1130" id="nr_Nota_225609_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_1140" id="ci_AlunoAvaliacao_225609_1140" value="" type="hidden">
                <input name="nr_Nota_225609_1140" id="nr_Nota_225609_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_1200" id="ci_AlunoAvaliacao_225609_1200" value="" type="hidden">
                <input name="nr_Nota_225609_1200" id="nr_Nota_225609_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_1620" id="ci_AlunoAvaliacao_225609_1620" value="" type="hidden">
                <input name="nr_Nota_225609_1620" id="nr_Nota_225609_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_225609_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_225609_1730" id="ci_AlunoAvaliacao_225609_1730" value="" type="hidden">
                <input name="nr_Nota_225609_1730" id="nr_Nota_225609_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;469947&nbsp;IAGO DO NASCIMENTO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="469947" type="hidden"></td>
            
            <td id="colunaNotaAluno_469947_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_154" id="ci_AlunoAvaliacao_469947_154" value="" type="hidden">
                <input name="nr_Nota_469947_154" id="nr_Nota_469947_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_160" id="ci_AlunoAvaliacao_469947_160" value="" type="hidden">
                <input name="nr_Nota_469947_160" id="nr_Nota_469947_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_530" id="ci_AlunoAvaliacao_469947_530" value="" type="hidden">
                <input name="nr_Nota_469947_530" id="nr_Nota_469947_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_780" id="ci_AlunoAvaliacao_469947_780" value="" type="hidden">
                <input name="nr_Nota_469947_780" id="nr_Nota_469947_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_800" id="ci_AlunoAvaliacao_469947_800" value="" type="hidden">
                <input name="nr_Nota_469947_800" id="nr_Nota_469947_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_890" id="ci_AlunoAvaliacao_469947_890" value="" type="hidden">
                <input name="nr_Nota_469947_890" id="nr_Nota_469947_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_970" id="ci_AlunoAvaliacao_469947_970" value="" type="hidden">
                <input name="nr_Nota_469947_970" id="nr_Nota_469947_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_3330" id="ci_AlunoAvaliacao_469947_3330" value="" type="hidden">
                <input name="nr_Nota_469947_3330" id="nr_Nota_469947_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_1130" id="ci_AlunoAvaliacao_469947_1130" value="" type="hidden">
                <input name="nr_Nota_469947_1130" id="nr_Nota_469947_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_1140" id="ci_AlunoAvaliacao_469947_1140" value="" type="hidden">
                <input name="nr_Nota_469947_1140" id="nr_Nota_469947_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_1200" id="ci_AlunoAvaliacao_469947_1200" value="" type="hidden">
                <input name="nr_Nota_469947_1200" id="nr_Nota_469947_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_1620" id="ci_AlunoAvaliacao_469947_1620" value="" type="hidden">
                <input name="nr_Nota_469947_1620" id="nr_Nota_469947_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469947_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469947_1730" id="ci_AlunoAvaliacao_469947_1730" value="" type="hidden">
                <input name="nr_Nota_469947_1730" id="nr_Nota_469947_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;976330&nbsp;JOSE PAULINO DA SILVA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="976330" type="hidden"></td>
            
            <td id="colunaNotaAluno_976330_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_154" id="ci_AlunoAvaliacao_976330_154" value="" type="hidden">
                <input name="nr_Nota_976330_154" id="nr_Nota_976330_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_160" id="ci_AlunoAvaliacao_976330_160" value="" type="hidden">
                <input name="nr_Nota_976330_160" id="nr_Nota_976330_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_530" id="ci_AlunoAvaliacao_976330_530" value="" type="hidden">
                <input name="nr_Nota_976330_530" id="nr_Nota_976330_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_780" id="ci_AlunoAvaliacao_976330_780" value="" type="hidden">
                <input name="nr_Nota_976330_780" id="nr_Nota_976330_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_800" id="ci_AlunoAvaliacao_976330_800" value="" type="hidden">
                <input name="nr_Nota_976330_800" id="nr_Nota_976330_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_890" id="ci_AlunoAvaliacao_976330_890" value="" type="hidden">
                <input name="nr_Nota_976330_890" id="nr_Nota_976330_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_970" id="ci_AlunoAvaliacao_976330_970" value="" type="hidden">
                <input name="nr_Nota_976330_970" id="nr_Nota_976330_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_3330" id="ci_AlunoAvaliacao_976330_3330" value="" type="hidden">
                <input name="nr_Nota_976330_3330" id="nr_Nota_976330_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_1130" id="ci_AlunoAvaliacao_976330_1130" value="" type="hidden">
                <input name="nr_Nota_976330_1130" id="nr_Nota_976330_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_1140" id="ci_AlunoAvaliacao_976330_1140" value="" type="hidden">
                <input name="nr_Nota_976330_1140" id="nr_Nota_976330_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_1200" id="ci_AlunoAvaliacao_976330_1200" value="" type="hidden">
                <input name="nr_Nota_976330_1200" id="nr_Nota_976330_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_1620" id="ci_AlunoAvaliacao_976330_1620" value="" type="hidden">
                <input name="nr_Nota_976330_1620" id="nr_Nota_976330_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_976330_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_976330_1730" id="ci_AlunoAvaliacao_976330_1730" value="" type="hidden">
                <input name="nr_Nota_976330_1730" id="nr_Nota_976330_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167678&nbsp;JUCYE DCAPPRI CUNHA GALDINO
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1167678" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167678_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_154" id="ci_AlunoAvaliacao_1167678_154" value="" type="hidden">
                <input name="nr_Nota_1167678_154" id="nr_Nota_1167678_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_160" id="ci_AlunoAvaliacao_1167678_160" value="" type="hidden">
                <input name="nr_Nota_1167678_160" id="nr_Nota_1167678_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_530" id="ci_AlunoAvaliacao_1167678_530" value="" type="hidden">
                <input name="nr_Nota_1167678_530" id="nr_Nota_1167678_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_780" id="ci_AlunoAvaliacao_1167678_780" value="" type="hidden">
                <input name="nr_Nota_1167678_780" id="nr_Nota_1167678_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_800" id="ci_AlunoAvaliacao_1167678_800" value="" type="hidden">
                <input name="nr_Nota_1167678_800" id="nr_Nota_1167678_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_890" id="ci_AlunoAvaliacao_1167678_890" value="" type="hidden">
                <input name="nr_Nota_1167678_890" id="nr_Nota_1167678_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_970" id="ci_AlunoAvaliacao_1167678_970" value="" type="hidden">
                <input name="nr_Nota_1167678_970" id="nr_Nota_1167678_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_3330" id="ci_AlunoAvaliacao_1167678_3330" value="" type="hidden">
                <input name="nr_Nota_1167678_3330" id="nr_Nota_1167678_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_1130" id="ci_AlunoAvaliacao_1167678_1130" value="" type="hidden">
                <input name="nr_Nota_1167678_1130" id="nr_Nota_1167678_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_1140" id="ci_AlunoAvaliacao_1167678_1140" value="" type="hidden">
                <input name="nr_Nota_1167678_1140" id="nr_Nota_1167678_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_1200" id="ci_AlunoAvaliacao_1167678_1200" value="" type="hidden">
                <input name="nr_Nota_1167678_1200" id="nr_Nota_1167678_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_1620" id="ci_AlunoAvaliacao_1167678_1620" value="" type="hidden">
                <input name="nr_Nota_1167678_1620" id="nr_Nota_1167678_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167678_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167678_1730" id="ci_AlunoAvaliacao_1167678_1730" value="" type="hidden">
                <input name="nr_Nota_1167678_1730" id="nr_Nota_1167678_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;799307&nbsp;LAIANE STEFANE DE MORAIS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="799307" type="hidden"></td>
            
            <td id="colunaNotaAluno_799307_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_154" id="ci_AlunoAvaliacao_799307_154" value="" type="hidden">
                <input name="nr_Nota_799307_154" id="nr_Nota_799307_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_160" id="ci_AlunoAvaliacao_799307_160" value="" type="hidden">
                <input name="nr_Nota_799307_160" id="nr_Nota_799307_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_530" id="ci_AlunoAvaliacao_799307_530" value="" type="hidden">
                <input name="nr_Nota_799307_530" id="nr_Nota_799307_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_780" id="ci_AlunoAvaliacao_799307_780" value="" type="hidden">
                <input name="nr_Nota_799307_780" id="nr_Nota_799307_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_800" id="ci_AlunoAvaliacao_799307_800" value="" type="hidden">
                <input name="nr_Nota_799307_800" id="nr_Nota_799307_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_890" id="ci_AlunoAvaliacao_799307_890" value="" type="hidden">
                <input name="nr_Nota_799307_890" id="nr_Nota_799307_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_970" id="ci_AlunoAvaliacao_799307_970" value="" type="hidden">
                <input name="nr_Nota_799307_970" id="nr_Nota_799307_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_3330" id="ci_AlunoAvaliacao_799307_3330" value="" type="hidden">
                <input name="nr_Nota_799307_3330" id="nr_Nota_799307_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_1130" id="ci_AlunoAvaliacao_799307_1130" value="" type="hidden">
                <input name="nr_Nota_799307_1130" id="nr_Nota_799307_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_1140" id="ci_AlunoAvaliacao_799307_1140" value="" type="hidden">
                <input name="nr_Nota_799307_1140" id="nr_Nota_799307_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_1200" id="ci_AlunoAvaliacao_799307_1200" value="" type="hidden">
                <input name="nr_Nota_799307_1200" id="nr_Nota_799307_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_1620" id="ci_AlunoAvaliacao_799307_1620" value="" type="hidden">
                <input name="nr_Nota_799307_1620" id="nr_Nota_799307_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_799307_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_799307_1730" id="ci_AlunoAvaliacao_799307_1730" value="" type="hidden">
                <input name="nr_Nota_799307_1730" id="nr_Nota_799307_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;75243&nbsp;LEANDRO BARROS DA SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="75243" type="hidden"></td>
            
            <td id="colunaNotaAluno_75243_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_154" id="ci_AlunoAvaliacao_75243_154" value="" type="hidden">
                <input name="nr_Nota_75243_154" id="nr_Nota_75243_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_160" id="ci_AlunoAvaliacao_75243_160" value="" type="hidden">
                <input name="nr_Nota_75243_160" id="nr_Nota_75243_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_530" id="ci_AlunoAvaliacao_75243_530" value="" type="hidden">
                <input name="nr_Nota_75243_530" id="nr_Nota_75243_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_780" id="ci_AlunoAvaliacao_75243_780" value="" type="hidden">
                <input name="nr_Nota_75243_780" id="nr_Nota_75243_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_800" id="ci_AlunoAvaliacao_75243_800" value="" type="hidden">
                <input name="nr_Nota_75243_800" id="nr_Nota_75243_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_890" id="ci_AlunoAvaliacao_75243_890" value="" type="hidden">
                <input name="nr_Nota_75243_890" id="nr_Nota_75243_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_970" id="ci_AlunoAvaliacao_75243_970" value="" type="hidden">
                <input name="nr_Nota_75243_970" id="nr_Nota_75243_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_3330" id="ci_AlunoAvaliacao_75243_3330" value="" type="hidden">
                <input name="nr_Nota_75243_3330" id="nr_Nota_75243_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_1130" id="ci_AlunoAvaliacao_75243_1130" value="" type="hidden">
                <input name="nr_Nota_75243_1130" id="nr_Nota_75243_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_1140" id="ci_AlunoAvaliacao_75243_1140" value="" type="hidden">
                <input name="nr_Nota_75243_1140" id="nr_Nota_75243_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_1200" id="ci_AlunoAvaliacao_75243_1200" value="" type="hidden">
                <input name="nr_Nota_75243_1200" id="nr_Nota_75243_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_1620" id="ci_AlunoAvaliacao_75243_1620" value="" type="hidden">
                <input name="nr_Nota_75243_1620" id="nr_Nota_75243_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_75243_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_75243_1730" id="ci_AlunoAvaliacao_75243_1730" value="" type="hidden">
                <input name="nr_Nota_75243_1730" id="nr_Nota_75243_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1618033&nbsp;LUCAS EDUARDO CARVALHO SOUSA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1618033" type="hidden"></td>
            
            <td id="colunaNotaAluno_1618033_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_154" id="ci_AlunoAvaliacao_1618033_154" value="" type="hidden">
                <input name="nr_Nota_1618033_154" id="nr_Nota_1618033_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_160" id="ci_AlunoAvaliacao_1618033_160" value="" type="hidden">
                <input name="nr_Nota_1618033_160" id="nr_Nota_1618033_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_530" id="ci_AlunoAvaliacao_1618033_530" value="" type="hidden">
                <input name="nr_Nota_1618033_530" id="nr_Nota_1618033_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_780" id="ci_AlunoAvaliacao_1618033_780" value="" type="hidden">
                <input name="nr_Nota_1618033_780" id="nr_Nota_1618033_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_800" id="ci_AlunoAvaliacao_1618033_800" value="" type="hidden">
                <input name="nr_Nota_1618033_800" id="nr_Nota_1618033_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_890" id="ci_AlunoAvaliacao_1618033_890" value="" type="hidden">
                <input name="nr_Nota_1618033_890" id="nr_Nota_1618033_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_970" id="ci_AlunoAvaliacao_1618033_970" value="" type="hidden">
                <input name="nr_Nota_1618033_970" id="nr_Nota_1618033_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_3330" id="ci_AlunoAvaliacao_1618033_3330" value="" type="hidden">
                <input name="nr_Nota_1618033_3330" id="nr_Nota_1618033_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_1130" id="ci_AlunoAvaliacao_1618033_1130" value="" type="hidden">
                <input name="nr_Nota_1618033_1130" id="nr_Nota_1618033_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_1140" id="ci_AlunoAvaliacao_1618033_1140" value="" type="hidden">
                <input name="nr_Nota_1618033_1140" id="nr_Nota_1618033_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_1200" id="ci_AlunoAvaliacao_1618033_1200" value="" type="hidden">
                <input name="nr_Nota_1618033_1200" id="nr_Nota_1618033_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_1620" id="ci_AlunoAvaliacao_1618033_1620" value="" type="hidden">
                <input name="nr_Nota_1618033_1620" id="nr_Nota_1618033_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1618033_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1618033_1730" id="ci_AlunoAvaliacao_1618033_1730" value="" type="hidden">
                <input name="nr_Nota_1618033_1730" id="nr_Nota_1618033_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305202&nbsp;LUIZ RODRIGO ALMEIDA GONCALVES
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1305202" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305202_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_154" id="ci_AlunoAvaliacao_1305202_154" value="" type="hidden">
                <input name="nr_Nota_1305202_154" id="nr_Nota_1305202_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_160" id="ci_AlunoAvaliacao_1305202_160" value="" type="hidden">
                <input name="nr_Nota_1305202_160" id="nr_Nota_1305202_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_530" id="ci_AlunoAvaliacao_1305202_530" value="" type="hidden">
                <input name="nr_Nota_1305202_530" id="nr_Nota_1305202_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_780" id="ci_AlunoAvaliacao_1305202_780" value="" type="hidden">
                <input name="nr_Nota_1305202_780" id="nr_Nota_1305202_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_800" id="ci_AlunoAvaliacao_1305202_800" value="" type="hidden">
                <input name="nr_Nota_1305202_800" id="nr_Nota_1305202_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_890" id="ci_AlunoAvaliacao_1305202_890" value="" type="hidden">
                <input name="nr_Nota_1305202_890" id="nr_Nota_1305202_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_970" id="ci_AlunoAvaliacao_1305202_970" value="" type="hidden">
                <input name="nr_Nota_1305202_970" id="nr_Nota_1305202_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_3330" id="ci_AlunoAvaliacao_1305202_3330" value="" type="hidden">
                <input name="nr_Nota_1305202_3330" id="nr_Nota_1305202_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_1130" id="ci_AlunoAvaliacao_1305202_1130" value="" type="hidden">
                <input name="nr_Nota_1305202_1130" id="nr_Nota_1305202_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_1140" id="ci_AlunoAvaliacao_1305202_1140" value="" type="hidden">
                <input name="nr_Nota_1305202_1140" id="nr_Nota_1305202_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_1200" id="ci_AlunoAvaliacao_1305202_1200" value="" type="hidden">
                <input name="nr_Nota_1305202_1200" id="nr_Nota_1305202_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_1620" id="ci_AlunoAvaliacao_1305202_1620" value="" type="hidden">
                <input name="nr_Nota_1305202_1620" id="nr_Nota_1305202_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305202_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305202_1730" id="ci_AlunoAvaliacao_1305202_1730" value="" type="hidden">
                <input name="nr_Nota_1305202_1730" id="nr_Nota_1305202_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1052831&nbsp;MARIA ERILENE RIBEIRO DOS SANTOS
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1052831" type="hidden"></td>
            
            <td id="colunaNotaAluno_1052831_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_154" id="ci_AlunoAvaliacao_1052831_154" value="" type="hidden">
                <input name="nr_Nota_1052831_154" id="nr_Nota_1052831_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_160" id="ci_AlunoAvaliacao_1052831_160" value="" type="hidden">
                <input name="nr_Nota_1052831_160" id="nr_Nota_1052831_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_530" id="ci_AlunoAvaliacao_1052831_530" value="" type="hidden">
                <input name="nr_Nota_1052831_530" id="nr_Nota_1052831_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_780" id="ci_AlunoAvaliacao_1052831_780" value="" type="hidden">
                <input name="nr_Nota_1052831_780" id="nr_Nota_1052831_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_800" id="ci_AlunoAvaliacao_1052831_800" value="" type="hidden">
                <input name="nr_Nota_1052831_800" id="nr_Nota_1052831_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_890" id="ci_AlunoAvaliacao_1052831_890" value="" type="hidden">
                <input name="nr_Nota_1052831_890" id="nr_Nota_1052831_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_970" id="ci_AlunoAvaliacao_1052831_970" value="" type="hidden">
                <input name="nr_Nota_1052831_970" id="nr_Nota_1052831_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_3330" id="ci_AlunoAvaliacao_1052831_3330" value="" type="hidden">
                <input name="nr_Nota_1052831_3330" id="nr_Nota_1052831_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_1130" id="ci_AlunoAvaliacao_1052831_1130" value="" type="hidden">
                <input name="nr_Nota_1052831_1130" id="nr_Nota_1052831_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_1140" id="ci_AlunoAvaliacao_1052831_1140" value="" type="hidden">
                <input name="nr_Nota_1052831_1140" id="nr_Nota_1052831_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_1200" id="ci_AlunoAvaliacao_1052831_1200" value="" type="hidden">
                <input name="nr_Nota_1052831_1200" id="nr_Nota_1052831_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_1620" id="ci_AlunoAvaliacao_1052831_1620" value="" type="hidden">
                <input name="nr_Nota_1052831_1620" id="nr_Nota_1052831_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1052831_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1052831_1730" id="ci_AlunoAvaliacao_1052831_1730" value="" type="hidden">
                <input name="nr_Nota_1052831_1730" id="nr_Nota_1052831_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2691643&nbsp;MARIA SUELLEN DE SOUZA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="2691643" type="hidden"></td>
            
            <td id="colunaNotaAluno_2691643_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_154" id="ci_AlunoAvaliacao_2691643_154" value="" type="hidden">
                <input name="nr_Nota_2691643_154" id="nr_Nota_2691643_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_160" id="ci_AlunoAvaliacao_2691643_160" value="" type="hidden">
                <input name="nr_Nota_2691643_160" id="nr_Nota_2691643_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_530" id="ci_AlunoAvaliacao_2691643_530" value="" type="hidden">
                <input name="nr_Nota_2691643_530" id="nr_Nota_2691643_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_780" id="ci_AlunoAvaliacao_2691643_780" value="" type="hidden">
                <input name="nr_Nota_2691643_780" id="nr_Nota_2691643_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_800" id="ci_AlunoAvaliacao_2691643_800" value="" type="hidden">
                <input name="nr_Nota_2691643_800" id="nr_Nota_2691643_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_890" id="ci_AlunoAvaliacao_2691643_890" value="" type="hidden">
                <input name="nr_Nota_2691643_890" id="nr_Nota_2691643_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_970" id="ci_AlunoAvaliacao_2691643_970" value="" type="hidden">
                <input name="nr_Nota_2691643_970" id="nr_Nota_2691643_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_3330" id="ci_AlunoAvaliacao_2691643_3330" value="" type="hidden">
                <input name="nr_Nota_2691643_3330" id="nr_Nota_2691643_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_1130" id="ci_AlunoAvaliacao_2691643_1130" value="" type="hidden">
                <input name="nr_Nota_2691643_1130" id="nr_Nota_2691643_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_1140" id="ci_AlunoAvaliacao_2691643_1140" value="" type="hidden">
                <input name="nr_Nota_2691643_1140" id="nr_Nota_2691643_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_1200" id="ci_AlunoAvaliacao_2691643_1200" value="" type="hidden">
                <input name="nr_Nota_2691643_1200" id="nr_Nota_2691643_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_1620" id="ci_AlunoAvaliacao_2691643_1620" value="" type="hidden">
                <input name="nr_Nota_2691643_1620" id="nr_Nota_2691643_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2691643_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2691643_1730" id="ci_AlunoAvaliacao_2691643_1730" value="" type="hidden">
                <input name="nr_Nota_2691643_1730" id="nr_Nota_2691643_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;616459&nbsp;PATRICIA DOS SANTOS DAMASCENO
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="616459" type="hidden"></td>
            
            <td id="colunaNotaAluno_616459_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_154" id="ci_AlunoAvaliacao_616459_154" value="" type="hidden">
                <input name="nr_Nota_616459_154" id="nr_Nota_616459_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_160" id="ci_AlunoAvaliacao_616459_160" value="" type="hidden">
                <input name="nr_Nota_616459_160" id="nr_Nota_616459_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_530" id="ci_AlunoAvaliacao_616459_530" value="" type="hidden">
                <input name="nr_Nota_616459_530" id="nr_Nota_616459_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_780" id="ci_AlunoAvaliacao_616459_780" value="" type="hidden">
                <input name="nr_Nota_616459_780" id="nr_Nota_616459_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_800" id="ci_AlunoAvaliacao_616459_800" value="" type="hidden">
                <input name="nr_Nota_616459_800" id="nr_Nota_616459_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_890" id="ci_AlunoAvaliacao_616459_890" value="" type="hidden">
                <input name="nr_Nota_616459_890" id="nr_Nota_616459_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_970" id="ci_AlunoAvaliacao_616459_970" value="" type="hidden">
                <input name="nr_Nota_616459_970" id="nr_Nota_616459_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_3330" id="ci_AlunoAvaliacao_616459_3330" value="" type="hidden">
                <input name="nr_Nota_616459_3330" id="nr_Nota_616459_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_1130" id="ci_AlunoAvaliacao_616459_1130" value="" type="hidden">
                <input name="nr_Nota_616459_1130" id="nr_Nota_616459_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_1140" id="ci_AlunoAvaliacao_616459_1140" value="" type="hidden">
                <input name="nr_Nota_616459_1140" id="nr_Nota_616459_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_1200" id="ci_AlunoAvaliacao_616459_1200" value="" type="hidden">
                <input name="nr_Nota_616459_1200" id="nr_Nota_616459_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_1620" id="ci_AlunoAvaliacao_616459_1620" value="" type="hidden">
                <input name="nr_Nota_616459_1620" id="nr_Nota_616459_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_616459_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_616459_1730" id="ci_AlunoAvaliacao_616459_1730" value="" type="hidden">
                <input name="nr_Nota_616459_1730" id="nr_Nota_616459_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1279377&nbsp;ROSIANE DO NASCIMENTO DA SILVA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1279377" type="hidden"></td>
            
            <td id="colunaNotaAluno_1279377_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_154" id="ci_AlunoAvaliacao_1279377_154" value="" type="hidden">
                <input name="nr_Nota_1279377_154" id="nr_Nota_1279377_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_160" id="ci_AlunoAvaliacao_1279377_160" value="" type="hidden">
                <input name="nr_Nota_1279377_160" id="nr_Nota_1279377_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_530" id="ci_AlunoAvaliacao_1279377_530" value="" type="hidden">
                <input name="nr_Nota_1279377_530" id="nr_Nota_1279377_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_780" id="ci_AlunoAvaliacao_1279377_780" value="" type="hidden">
                <input name="nr_Nota_1279377_780" id="nr_Nota_1279377_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_800" id="ci_AlunoAvaliacao_1279377_800" value="" type="hidden">
                <input name="nr_Nota_1279377_800" id="nr_Nota_1279377_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_890" id="ci_AlunoAvaliacao_1279377_890" value="" type="hidden">
                <input name="nr_Nota_1279377_890" id="nr_Nota_1279377_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_970" id="ci_AlunoAvaliacao_1279377_970" value="" type="hidden">
                <input name="nr_Nota_1279377_970" id="nr_Nota_1279377_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_3330" id="ci_AlunoAvaliacao_1279377_3330" value="" type="hidden">
                <input name="nr_Nota_1279377_3330" id="nr_Nota_1279377_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_1130" id="ci_AlunoAvaliacao_1279377_1130" value="" type="hidden">
                <input name="nr_Nota_1279377_1130" id="nr_Nota_1279377_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_1140" id="ci_AlunoAvaliacao_1279377_1140" value="" type="hidden">
                <input name="nr_Nota_1279377_1140" id="nr_Nota_1279377_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_1200" id="ci_AlunoAvaliacao_1279377_1200" value="" type="hidden">
                <input name="nr_Nota_1279377_1200" id="nr_Nota_1279377_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_1620" id="ci_AlunoAvaliacao_1279377_1620" value="" type="hidden">
                <input name="nr_Nota_1279377_1620" id="nr_Nota_1279377_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279377_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279377_1730" id="ci_AlunoAvaliacao_1279377_1730" value="" type="hidden">
                <input name="nr_Nota_1279377_1730" id="nr_Nota_1279377_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1657281&nbsp;TALITA SUYANA PEREIRA DA SILVA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1657281" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657281_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_154" id="ci_AlunoAvaliacao_1657281_154" value="" type="hidden">
                <input name="nr_Nota_1657281_154" id="nr_Nota_1657281_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_160" id="ci_AlunoAvaliacao_1657281_160" value="" type="hidden">
                <input name="nr_Nota_1657281_160" id="nr_Nota_1657281_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_530" id="ci_AlunoAvaliacao_1657281_530" value="" type="hidden">
                <input name="nr_Nota_1657281_530" id="nr_Nota_1657281_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_780" id="ci_AlunoAvaliacao_1657281_780" value="" type="hidden">
                <input name="nr_Nota_1657281_780" id="nr_Nota_1657281_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_800" id="ci_AlunoAvaliacao_1657281_800" value="" type="hidden">
                <input name="nr_Nota_1657281_800" id="nr_Nota_1657281_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_890" id="ci_AlunoAvaliacao_1657281_890" value="" type="hidden">
                <input name="nr_Nota_1657281_890" id="nr_Nota_1657281_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_970" id="ci_AlunoAvaliacao_1657281_970" value="" type="hidden">
                <input name="nr_Nota_1657281_970" id="nr_Nota_1657281_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_3330" id="ci_AlunoAvaliacao_1657281_3330" value="" type="hidden">
                <input name="nr_Nota_1657281_3330" id="nr_Nota_1657281_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_1130" id="ci_AlunoAvaliacao_1657281_1130" value="" type="hidden">
                <input name="nr_Nota_1657281_1130" id="nr_Nota_1657281_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_1140" id="ci_AlunoAvaliacao_1657281_1140" value="" type="hidden">
                <input name="nr_Nota_1657281_1140" id="nr_Nota_1657281_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_1200" id="ci_AlunoAvaliacao_1657281_1200" value="" type="hidden">
                <input name="nr_Nota_1657281_1200" id="nr_Nota_1657281_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_1620" id="ci_AlunoAvaliacao_1657281_1620" value="" type="hidden">
                <input name="nr_Nota_1657281_1620" id="nr_Nota_1657281_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657281_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657281_1730" id="ci_AlunoAvaliacao_1657281_1730" value="" type="hidden">
                <input name="nr_Nota_1657281_1730" id="nr_Nota_1657281_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305708&nbsp;TIAGO HENRIQUE SOARES DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1305708" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305708_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_154" id="ci_AlunoAvaliacao_1305708_154" value="" type="hidden">
                <input name="nr_Nota_1305708_154" id="nr_Nota_1305708_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_160" id="ci_AlunoAvaliacao_1305708_160" value="" type="hidden">
                <input name="nr_Nota_1305708_160" id="nr_Nota_1305708_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_530" id="ci_AlunoAvaliacao_1305708_530" value="" type="hidden">
                <input name="nr_Nota_1305708_530" id="nr_Nota_1305708_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_780" id="ci_AlunoAvaliacao_1305708_780" value="" type="hidden">
                <input name="nr_Nota_1305708_780" id="nr_Nota_1305708_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_800" id="ci_AlunoAvaliacao_1305708_800" value="" type="hidden">
                <input name="nr_Nota_1305708_800" id="nr_Nota_1305708_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_890" id="ci_AlunoAvaliacao_1305708_890" value="" type="hidden">
                <input name="nr_Nota_1305708_890" id="nr_Nota_1305708_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_970" id="ci_AlunoAvaliacao_1305708_970" value="" type="hidden">
                <input name="nr_Nota_1305708_970" id="nr_Nota_1305708_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_3330" id="ci_AlunoAvaliacao_1305708_3330" value="" type="hidden">
                <input name="nr_Nota_1305708_3330" id="nr_Nota_1305708_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_1130" id="ci_AlunoAvaliacao_1305708_1130" value="" type="hidden">
                <input name="nr_Nota_1305708_1130" id="nr_Nota_1305708_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_1140" id="ci_AlunoAvaliacao_1305708_1140" value="" type="hidden">
                <input name="nr_Nota_1305708_1140" id="nr_Nota_1305708_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_1200" id="ci_AlunoAvaliacao_1305708_1200" value="" type="hidden">
                <input name="nr_Nota_1305708_1200" id="nr_Nota_1305708_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_1620" id="ci_AlunoAvaliacao_1305708_1620" value="" type="hidden">
                <input name="nr_Nota_1305708_1620" id="nr_Nota_1305708_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305708_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305708_1730" id="ci_AlunoAvaliacao_1305708_1730" value="" type="hidden">
                <input name="nr_Nota_1305708_1730" id="nr_Nota_1305708_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;409430&nbsp;URIANE ALEXANDRE ROSENDO
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="409430" type="hidden"></td>
            
            <td id="colunaNotaAluno_409430_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_154" id="ci_AlunoAvaliacao_409430_154" value="" type="hidden">
                <input name="nr_Nota_409430_154" id="nr_Nota_409430_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_160" id="ci_AlunoAvaliacao_409430_160" value="" type="hidden">
                <input name="nr_Nota_409430_160" id="nr_Nota_409430_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_530" id="ci_AlunoAvaliacao_409430_530" value="" type="hidden">
                <input name="nr_Nota_409430_530" id="nr_Nota_409430_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_780" id="ci_AlunoAvaliacao_409430_780" value="" type="hidden">
                <input name="nr_Nota_409430_780" id="nr_Nota_409430_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_800" id="ci_AlunoAvaliacao_409430_800" value="" type="hidden">
                <input name="nr_Nota_409430_800" id="nr_Nota_409430_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_890" id="ci_AlunoAvaliacao_409430_890" value="" type="hidden">
                <input name="nr_Nota_409430_890" id="nr_Nota_409430_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_970" id="ci_AlunoAvaliacao_409430_970" value="" type="hidden">
                <input name="nr_Nota_409430_970" id="nr_Nota_409430_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_3330" id="ci_AlunoAvaliacao_409430_3330" value="" type="hidden">
                <input name="nr_Nota_409430_3330" id="nr_Nota_409430_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_1130" id="ci_AlunoAvaliacao_409430_1130" value="" type="hidden">
                <input name="nr_Nota_409430_1130" id="nr_Nota_409430_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_1140" id="ci_AlunoAvaliacao_409430_1140" value="" type="hidden">
                <input name="nr_Nota_409430_1140" id="nr_Nota_409430_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_1200" id="ci_AlunoAvaliacao_409430_1200" value="" type="hidden">
                <input name="nr_Nota_409430_1200" id="nr_Nota_409430_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_1620" id="ci_AlunoAvaliacao_409430_1620" value="" type="hidden">
                <input name="nr_Nota_409430_1620" id="nr_Nota_409430_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_409430_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_409430_1730" id="ci_AlunoAvaliacao_409430_1730" value="" type="hidden">
                <input name="nr_Nota_409430_1730" id="nr_Nota_409430_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;135255&nbsp;VANDERSON RENATO PEREIRA DOS SANTOS
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="135255" type="hidden"></td>
            
            <td id="colunaNotaAluno_135255_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_154" id="ci_AlunoAvaliacao_135255_154" value="" type="hidden">
                <input name="nr_Nota_135255_154" id="nr_Nota_135255_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_160" id="ci_AlunoAvaliacao_135255_160" value="" type="hidden">
                <input name="nr_Nota_135255_160" id="nr_Nota_135255_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_530" id="ci_AlunoAvaliacao_135255_530" value="" type="hidden">
                <input name="nr_Nota_135255_530" id="nr_Nota_135255_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_780" id="ci_AlunoAvaliacao_135255_780" value="" type="hidden">
                <input name="nr_Nota_135255_780" id="nr_Nota_135255_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_800" id="ci_AlunoAvaliacao_135255_800" value="" type="hidden">
                <input name="nr_Nota_135255_800" id="nr_Nota_135255_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_890" id="ci_AlunoAvaliacao_135255_890" value="" type="hidden">
                <input name="nr_Nota_135255_890" id="nr_Nota_135255_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_970" id="ci_AlunoAvaliacao_135255_970" value="" type="hidden">
                <input name="nr_Nota_135255_970" id="nr_Nota_135255_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_3330" id="ci_AlunoAvaliacao_135255_3330" value="" type="hidden">
                <input name="nr_Nota_135255_3330" id="nr_Nota_135255_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_1130" id="ci_AlunoAvaliacao_135255_1130" value="" type="hidden">
                <input name="nr_Nota_135255_1130" id="nr_Nota_135255_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_1140" id="ci_AlunoAvaliacao_135255_1140" value="" type="hidden">
                <input name="nr_Nota_135255_1140" id="nr_Nota_135255_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_1200" id="ci_AlunoAvaliacao_135255_1200" value="" type="hidden">
                <input name="nr_Nota_135255_1200" id="nr_Nota_135255_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_1620" id="ci_AlunoAvaliacao_135255_1620" value="" type="hidden">
                <input name="nr_Nota_135255_1620" id="nr_Nota_135255_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135255_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135255_1730" id="ci_AlunoAvaliacao_135255_1730" value="" type="hidden">
                <input name="nr_Nota_135255_1730" id="nr_Nota_135255_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;909984&nbsp;YAGO DO NASCIMENTO
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="909984" type="hidden"></td>
            
            <td id="colunaNotaAluno_909984_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_154" id="ci_AlunoAvaliacao_909984_154" value="" type="hidden">
                <input name="nr_Nota_909984_154" id="nr_Nota_909984_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_160" id="ci_AlunoAvaliacao_909984_160" value="" type="hidden">
                <input name="nr_Nota_909984_160" id="nr_Nota_909984_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_530" id="ci_AlunoAvaliacao_909984_530" value="" type="hidden">
                <input name="nr_Nota_909984_530" id="nr_Nota_909984_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_780" id="ci_AlunoAvaliacao_909984_780" value="" type="hidden">
                <input name="nr_Nota_909984_780" id="nr_Nota_909984_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_800" id="ci_AlunoAvaliacao_909984_800" value="" type="hidden">
                <input name="nr_Nota_909984_800" id="nr_Nota_909984_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_890" id="ci_AlunoAvaliacao_909984_890" value="" type="hidden">
                <input name="nr_Nota_909984_890" id="nr_Nota_909984_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_970" id="ci_AlunoAvaliacao_909984_970" value="" type="hidden">
                <input name="nr_Nota_909984_970" id="nr_Nota_909984_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_3330" id="ci_AlunoAvaliacao_909984_3330" value="" type="hidden">
                <input name="nr_Nota_909984_3330" id="nr_Nota_909984_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_1130" id="ci_AlunoAvaliacao_909984_1130" value="" type="hidden">
                <input name="nr_Nota_909984_1130" id="nr_Nota_909984_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_1140" id="ci_AlunoAvaliacao_909984_1140" value="" type="hidden">
                <input name="nr_Nota_909984_1140" id="nr_Nota_909984_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_1200" id="ci_AlunoAvaliacao_909984_1200" value="" type="hidden">
                <input name="nr_Nota_909984_1200" id="nr_Nota_909984_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_1620" id="ci_AlunoAvaliacao_909984_1620" value="" type="hidden">
                <input name="nr_Nota_909984_1620" id="nr_Nota_909984_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_909984_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_909984_1730" id="ci_AlunoAvaliacao_909984_1730" value="" type="hidden">
                <input name="nr_Nota_909984_1730" id="nr_Nota_909984_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;893018&nbsp;ANTONIA RAQUEL GARCIA SILVA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="893018" type="hidden"></td>
            
            <td id="colunaNotaAluno_893018_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_154" id="ci_AlunoAvaliacao_893018_154" value="" type="hidden">
                <input name="nr_Nota_893018_154" id="nr_Nota_893018_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_160" id="ci_AlunoAvaliacao_893018_160" value="" type="hidden">
                <input name="nr_Nota_893018_160" id="nr_Nota_893018_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_530" id="ci_AlunoAvaliacao_893018_530" value="" type="hidden">
                <input name="nr_Nota_893018_530" id="nr_Nota_893018_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_780" id="ci_AlunoAvaliacao_893018_780" value="" type="hidden">
                <input name="nr_Nota_893018_780" id="nr_Nota_893018_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_800" id="ci_AlunoAvaliacao_893018_800" value="" type="hidden">
                <input name="nr_Nota_893018_800" id="nr_Nota_893018_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_890" id="ci_AlunoAvaliacao_893018_890" value="" type="hidden">
                <input name="nr_Nota_893018_890" id="nr_Nota_893018_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_970" id="ci_AlunoAvaliacao_893018_970" value="" type="hidden">
                <input name="nr_Nota_893018_970" id="nr_Nota_893018_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_3330" id="ci_AlunoAvaliacao_893018_3330" value="" type="hidden">
                <input name="nr_Nota_893018_3330" id="nr_Nota_893018_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_1130" id="ci_AlunoAvaliacao_893018_1130" value="" type="hidden">
                <input name="nr_Nota_893018_1130" id="nr_Nota_893018_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_1140" id="ci_AlunoAvaliacao_893018_1140" value="" type="hidden">
                <input name="nr_Nota_893018_1140" id="nr_Nota_893018_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_1200" id="ci_AlunoAvaliacao_893018_1200" value="" type="hidden">
                <input name="nr_Nota_893018_1200" id="nr_Nota_893018_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_1620" id="ci_AlunoAvaliacao_893018_1620" value="" type="hidden">
                <input name="nr_Nota_893018_1620" id="nr_Nota_893018_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_893018_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_893018_1730" id="ci_AlunoAvaliacao_893018_1730" value="" type="hidden">
                <input name="nr_Nota_893018_1730" id="nr_Nota_893018_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2731907&nbsp;EUDIANA LAUREANO MATOS
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="2731907" type="hidden"></td>
            
            <td id="colunaNotaAluno_2731907_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_154" id="ci_AlunoAvaliacao_2731907_154" value="" type="hidden">
                <input name="nr_Nota_2731907_154" id="nr_Nota_2731907_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_160" id="ci_AlunoAvaliacao_2731907_160" value="" type="hidden">
                <input name="nr_Nota_2731907_160" id="nr_Nota_2731907_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_530" id="ci_AlunoAvaliacao_2731907_530" value="" type="hidden">
                <input name="nr_Nota_2731907_530" id="nr_Nota_2731907_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_780" id="ci_AlunoAvaliacao_2731907_780" value="" type="hidden">
                <input name="nr_Nota_2731907_780" id="nr_Nota_2731907_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_800" id="ci_AlunoAvaliacao_2731907_800" value="" type="hidden">
                <input name="nr_Nota_2731907_800" id="nr_Nota_2731907_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_890" id="ci_AlunoAvaliacao_2731907_890" value="" type="hidden">
                <input name="nr_Nota_2731907_890" id="nr_Nota_2731907_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_970" id="ci_AlunoAvaliacao_2731907_970" value="" type="hidden">
                <input name="nr_Nota_2731907_970" id="nr_Nota_2731907_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_3330" id="ci_AlunoAvaliacao_2731907_3330" value="" type="hidden">
                <input name="nr_Nota_2731907_3330" id="nr_Nota_2731907_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_1130" id="ci_AlunoAvaliacao_2731907_1130" value="" type="hidden">
                <input name="nr_Nota_2731907_1130" id="nr_Nota_2731907_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_1140" id="ci_AlunoAvaliacao_2731907_1140" value="" type="hidden">
                <input name="nr_Nota_2731907_1140" id="nr_Nota_2731907_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_1200" id="ci_AlunoAvaliacao_2731907_1200" value="" type="hidden">
                <input name="nr_Nota_2731907_1200" id="nr_Nota_2731907_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_1620" id="ci_AlunoAvaliacao_2731907_1620" value="" type="hidden">
                <input name="nr_Nota_2731907_1620" id="nr_Nota_2731907_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2731907_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2731907_1730" id="ci_AlunoAvaliacao_2731907_1730" value="" type="hidden">
                <input name="nr_Nota_2731907_1730" id="nr_Nota_2731907_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1912219&nbsp;YASSODARA FERNANDES DA SILVA CARVALHO
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1912219" type="hidden"></td>
            
            <td id="colunaNotaAluno_1912219_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_154" id="ci_AlunoAvaliacao_1912219_154" value="" type="hidden">
                <input name="nr_Nota_1912219_154" id="nr_Nota_1912219_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_160" id="ci_AlunoAvaliacao_1912219_160" value="" type="hidden">
                <input name="nr_Nota_1912219_160" id="nr_Nota_1912219_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_530" id="ci_AlunoAvaliacao_1912219_530" value="" type="hidden">
                <input name="nr_Nota_1912219_530" id="nr_Nota_1912219_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_780" id="ci_AlunoAvaliacao_1912219_780" value="" type="hidden">
                <input name="nr_Nota_1912219_780" id="nr_Nota_1912219_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_800" id="ci_AlunoAvaliacao_1912219_800" value="" type="hidden">
                <input name="nr_Nota_1912219_800" id="nr_Nota_1912219_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_890" id="ci_AlunoAvaliacao_1912219_890" value="" type="hidden">
                <input name="nr_Nota_1912219_890" id="nr_Nota_1912219_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_970" id="ci_AlunoAvaliacao_1912219_970" value="" type="hidden">
                <input name="nr_Nota_1912219_970" id="nr_Nota_1912219_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_3330" id="ci_AlunoAvaliacao_1912219_3330" value="" type="hidden">
                <input name="nr_Nota_1912219_3330" id="nr_Nota_1912219_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_1130" id="ci_AlunoAvaliacao_1912219_1130" value="" type="hidden">
                <input name="nr_Nota_1912219_1130" id="nr_Nota_1912219_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_1140" id="ci_AlunoAvaliacao_1912219_1140" value="" type="hidden">
                <input name="nr_Nota_1912219_1140" id="nr_Nota_1912219_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_1200" id="ci_AlunoAvaliacao_1912219_1200" value="" type="hidden">
                <input name="nr_Nota_1912219_1200" id="nr_Nota_1912219_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_1620" id="ci_AlunoAvaliacao_1912219_1620" value="" type="hidden">
                <input name="nr_Nota_1912219_1620" id="nr_Nota_1912219_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1912219_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1912219_1730" id="ci_AlunoAvaliacao_1912219_1730" value="" type="hidden">
                <input name="nr_Nota_1912219_1730" id="nr_Nota_1912219_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div style="display: none;" id="tooltip"><h3></h3><div class="body"></div><div class="url"></div></div><div id="hintbox"></div></body></html>